home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / PRGMANIA / BFED.10 / SLIDER.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-16  |  334 b   |  18 lines

  1. /*
  2.     file: slider.c
  3.     utility: header file of slider.c
  4.     date: 1989
  5.     author: Jim Charlton
  6.     modifications:
  7.         1995: C. Moreau: 
  8.     comments: 
  9. */
  10. #ifndef SLIDER_H
  11. #define SLIDER_H
  12.  
  13. #include "wind.h"
  14.  
  15. extern void vhandler(const int *message, const windowptr thewin);
  16. extern void redraw_vslider(const windowptr thewin);
  17.  
  18. #endif